tests: Fix build with old glib
authorAlexander Larsson <alexl@redhat.com>
Fri, 20 May 2016 08:59:59 +0000 (10:59 +0200)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 20 May 2016 11:48:02 +0000 (11:48 +0000)
test-checksum.c was using g_autofree without including libglnx.h which
has the backport for that.

Closes: #304
Approved by: cgwalters

tests/test-checksum.c

index 25d3c37ea66775fb3271341e8c0eec834dc94772..e7fd7be46447d5385ead79838804c5dc83211de4 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "config.h"
 
+#include "libglnx.h"
 #include "libgsystem.h"
 #include <glib.h>
 #include <stdlib.h>